Welcome![Sign In][Sign Up]
Location:
Search - ftp server java

Search list

[Ftp Serverjavaftp.zip

Description: java 做的ftp server
Platform: | Size: 30119 | Author: | Hits:

[Ftp ServerCorpServerService2

Description: 最全面的基于TCP/IP的FTP服务器端要和我上传的客户端一起使用,还有聊天的功能,java程序代码,多线程设计,我花了将近二个月的时间-the most comprehensive TCP / IP-based FTP server to upload and my client used together, chat functions, java code, multithreaded design, I spent nearly two months of the time
Platform: | Size: 3621 | Author: 彭宇 | Hits:

[JSP/Javaftpserver-1.0.0-src

Description: Apache FtpServer是一个100 %纯Java的FTP服务器。它被设计为一个基于现有开放式协议基础上,完整,小巧的FTP服务器引擎解决方案。此外,FtpServer还可以作为Windows服务器、Unix / Linux后台程序或是被嵌入在Java应用程序而独立运行。 -Apache FtpServer is a 100 pure Java' s FTP server. It is designed as an agreement based on the existing basis of an open, complete, compact solution for FTP server engine. In addition, FtpServer also can be used as Windows Server, Unix/Linux daemon, or be embedded in Java applications to run independently.
Platform: | Size: 643072 | Author: qq52168 | Hits:

[Internet-Networkjava_code

Description: Rate是一个监控局域网所有终端实时速率的程序Chat是拦截QQ数据包的程序URL是拦截局域网所有终端上网记录的程序Ftp是记录所有访问FTP服务器上传下载的程序NewRate是Rate的改进版可以显示上行速率和下行速率-Rate is a real-time monitoring of all terminals LAN Chat program is to intercept the rate of data packets QQ program URL is to intercept the LAN access of records of all terminals Ftp is to record access to FTP server, uploading and downloading of all the procedures NewRate yes Rate improved version can show up rate and downlink rate
Platform: | Size: 4096 | Author: 张涛 | Hits:

[JSP/Javaftp_project

Description: The zip file contains the source code of a ftp client and server employing java language.
Platform: | Size: 11264 | Author: mha128 | Hits:

[Internet-Networkj-ftp-1.51.tar

Description: java based ftp server
Platform: | Size: 3796992 | Author: kokog4 | Hits:

[JSP/JavaFtpServer

Description: java网络编程 FTP服务器 多线程-java network programming multi-threaded FTP server
Platform: | Size: 18432 | Author: 杨炳 | Hits:

[Ftp Serverftp

Description: Java实现FTP服务器,很不错的源码,jbuilder可实现-mode for ftp server
Platform: | Size: 5120 | Author: 毛瑞雪 | Hits:

[Windows DevelopMultiwayftp

Description: itz a multiway server client ftp developed solely in java ,....dbsg gdaK
Platform: | Size: 1024 | Author: raj_1 | Hits:

[JSP/JavaFTP_client218245672010

Description: this the complete java base FTP client(GUI). you can connect any FTP server .-this is the complete java base FTP client(GUI). you can connect any FTP server .
Platform: | Size: 48128 | Author: joel | Hits:

[JSP/Javaftp

Description: 用Java实现FTP自动下载,需指定FTP服务器地址、登录名和密码。-FTP with Java implementation to automatically download, specify the FTP server address, login name and password.
Platform: | Size: 1024 | Author: 陈亮 | Hits:

[JSP/JavaAutomail

Description: 自动发生报表邮件的程序,自动到FTP server 读取XML文件信息,按照格式,生成报表,然后自动发送邮件。-send report by mail automatically, the program will read the xml file information from the FTP server, generate the report according to the format, then sent the mail to the corresponding mail list.
Platform: | Size: 8184832 | Author: sysmedia | Hits:

[Ftp ClientFTP2

Description: 很好用的ftp server, java编写-Well with the ftp server, java write
Platform: | Size: 12288 | Author: yi | Hits:

[Ftp Serverftp

Description: java网络编写ftp服务器,简单 明了-java ftp server code
Platform: | Size: 2248704 | Author: 扬子 | Hits:

[Ftp ServerJava-FTPServer

Description: FTP服务器 能够实现监听 打开目录-In active mode FTP the client connects from a random unprivileged port (N > 1024) to the FTP server’s command port, port 21. Then, the client starts listening to port N+1 and sends the FTP command PORT N+1 to the FTP server. The server will then connect back to the client’s specified data port from its local data port, which is port 20.
Platform: | Size: 7168 | Author: 黎明 | Hits:

[JSP/Javaap-ftp-java-sever

Description: java ftp服务器,下载上传等 够不够二十个字-java ftp server, download upload, etc.
Platform: | Size: 2401280 | Author: comcp | Hits:

[JSP/JavaFTP_sever-java

Description: FTP服务器,Java语言编写的。内附readme.doc-FTP server, the Java language.
Platform: | Size: 623616 | Author: wangxiaoyu | Hits:

[JSP/Javahdfs-over-ftp-0.20.0.tar

Description: FTP server is configurable by hdfs-over-ftp.properties and users.properties. It allows to use secure connection over SSL and supports all HDFS permissions. Installation and running 1. Download and install java, maven 2. Set users in src/main/resources/users.properties. All passwords are md5 encrypted. 3. Set connection port, data-ports and hdfs-uri in src/main/resources/hdfs-over-ftp.properties. 4. Start server using hdfs-over-ftp.sh-FTP server is configurable by hdfs-over-ftp.properties and users.properties. It allows to use secure connection over SSL and supports all HDFS permissions. Installation and running 1. Download and install java, maven 2. Set users in src/main/resources/users.properties. All passwords are md5 encrypted. 3. Set connection port, data-ports and hdfs-uri in src/main/resources/hdfs-over-ftp.properties. 4. Start server using hdfs-over- ftp.sh
Platform: | Size: 3551232 | Author: Yancey | Hits:

[JSP/Javaftp

Description: java实现简单的ftp服务器,支持文件下载,上传,删除等。-java achieve a simple ftp server that supports file download, upload, delete, etc..
Platform: | Size: 3072 | Author: 胡银龙 | Hits:

[JSP/JavaUSEFTPAPPLET.JAVA

Description: Java源码,网络相关,FTP Java编写实现一个FTP客户端程序,通过该客户端连接指定的服务器。useFtpApplet 类继承了Applet 类,在init()中实现的是此Applet 的初始化,设置布局和背景,建立文本、标签和文本域。   Connect()方法使用主机地址、用户名和密码作为参数,建立与主机的连接。使用new 生成新的FtpClient 类实例,使用login()方法登录FTP 服务器,调用showFileContents()方法显示文件内容。   Stop()方法使用FtpClient 对象的closeServer()方法关闭服务器连接。   Action()方法监听按钮,并对发生的按钮事件进行处理,通过使用判定语句evt.target == BtnConn来跟踪用户是否单击连接按钮,如果发生单击事件,则通过调用connect()方法来进行连接。如果evt.target == BtnClose 则调用stop()方法来断开连接。   SendFile()方法实现的是上载文件的功能。ShowFileContents()方法显示文件内容。在main()方法中生成此类实例,初始化线程,启动线程。-Java source code, network-related, FTP Java prepared to achieve an FTP client program, through which clients connect to the specified server. useFtpApplet class inherits the Applet class, init () is initialized in the realization of this Applet, set the layout and background, the establishment of the text, labels and text fields. Connect () method uses the host address, user name and password as parameters to establish a connection with the host. Use new FtpClient generate a new instance of the class, using the login () method to log FTP server, call showFileContents () method to display the file contents. Stop () method uses FtpClient object closeServer () method to close the server connection. Action () method listening button, and button events are processed through the use of judgment statement evt.target == BtnConn to track whether users click the Connect button, if you click an event occurs, by calling the connect () method to perform connection. If evt.target == BtnClose
Platform: | Size: 8192 | Author: Meikao | Hits:
« 1 2 3 45 6 7 8 »

CodeBus www.codebus.net